home *** CD-ROM | disk | FTP | other *** search
/ Super Screensavers Collection 2.0 / Super Screen Savers Collection.iso / A / A-Quarium / ABOUT.TXT next >
Encoding:
Text File  |  1995-02-09  |  2.5 KB  |  56 lines

  1. A-Quarium is a fish tank simulator based on
  2. an A-Life program 'Boids' by Craig Renolds.    
  3. Each fish is modelled individually with a simple
  4. algorithm.
  5. A fish will try to swim with a close neighbour if
  6. it is of the same species, and will try to swim
  7. away if it is of a different species.           
  8. The behaviour of the fish tank is an emergent  
  9. property of all the individual fish actions.   
  10.                                                
  11. The program can be run as a normal 'windows'   
  12. program from program manager or as a screen    
  13. saver by including AQuarium.scr in your windows
  14. folder, then selecting A-Quarium from the choose
  15. screen savers from within the normal windows   
  16. desktop in control panel
  17.                                                
  18. You can change the nature of your fish tank by 
  19. altering the three control variables :         
  20. NUMBER OF FISH minimum of 1 maximum of 60      
  21. NUMBER OF SPECIES minimum of 1 maximum of 5    
  22. FISH TO FISH INTERACTION DISTANCE:             
  23.     this is the maximum distance at which two  
  24.     fish can interact                          
  25.     minimum 1 maximum 300                      
  26.                                                
  27. This is accomplished from the set-up item within
  28. desktop for the screen saver version or the    
  29. set-up item of the options menu of the windows  
  30. program.                                       
  31.                                                
  32. With the windows program, you can also change  
  33. the nature of your fish by selecting           
  34. BALL & STICK drawings or CUTE FISH icons.      
  35. The ball and stick display has the advantage of
  36. more realistic fish movements while the cute   
  37. fish is just plain cute.                       
  38.                                                
  39. This program was written with the fabulous      
  40. Visual Basic.                                  
  41.                                                
  42. If you want the code or just want to comment   
  43. on the program you can contact me at :         
  44. R.Colasanti@Sheffield.ac.uk                    
  45.                                                
  46. Pleasant pisciculture.                         
  47.                                                
  48. Ric Colasanti                                  
  49.               Unit of Comparative Plant Ecology
  50.               University of Sheffield           
  51.               England                          
  52.                                                
  53.               1.1.95                           
  54.  
  55.  
  56.